Skip to main content

All Questions

4votes
1answer
188views

Convert ASCII representations of phonetics to Unicode characters

Here is some working code for converting an input string to an output string: ...
Lance Pollard's user avatar
2votes
1answer
153views

Plugin for replacing text with HTML

I've written a jQuery Plugin which searches text and replaces it with other text or HTML. Now everything works quite well, but recently I came across this SO question where the OP could have use of ...
Daniel Gasser's user avatar
1vote
1answer
54views

Quickly passing and parsing variable length float arrays

I have this code for parsing for parsing a list of floats of variable length. ...
Seanny123's user avatar
1vote
2answers
146views

Looking for matching names among two text files

I'm trying to enhance the execution speed of my below code. I am using only vanilla JavaScript. I would be willing to bring in additional libraries and plugins as long as they will enhance the overall ...
tdc's user avatar
  • 141
6votes
2answers
204views

Performance tuning on a text file to object conversion

I'm using an API which returns text in the following format: ...
Johan's user avatar
1vote
2answers
153views

How to optimize Cookie Parsing?

I have written this code for cookie parsing. Can anyone tell me what optimizations we can do in this or what can we do to make it more concise? ...
Sachin Jain's user avatar
0votes
1answer
378views

Javascript parsing performance

I am using some string which contains an html. As follows ...
Nithesh Narayanan's user avatar

close